Package com.cisco.pt.ipc.sim
Interface ARPProcess
- All Known Implementing Classes:
ARPProcessImpl
Information provided by the PKI file:
\class ArpProcess
\brief ArpProcess is the process that handles ARP.
\example network().getDevice("Router0").getProcess("ArpProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getArpTable
ARPTable getArpTable()Information provided by the PKI file:
\brief Returns the ARP table. \return ArpTable, the ARP table.- Returns:
- ARPTable Returns a ARPTable
-
getArpRequestTable
List<ARPRequest> getArpRequestTable()Information provided by the PKI file:
\brief This event is emitted when an ARP entry is added. \arg ip, the IP address associated with the ARP entry that was added. \arg mac, the MAC address associated with the ARP entry that was added. \arg portName, the port associated with the ARP entry that was added.- Returns:
- List<ARPRequest> Returns a List<ARPRequest>
-